Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/71 Revise Message Subscription Endpoint #74

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

DiCanio
Copy link
Collaborator

@DiCanio DiCanio commented Mar 25, 2024

Resolves #71.

Adjusts the endpoint used for message subscriptions. Bases it off of an analysis which moves the analysis identifier from the request body to the actual URL.
This has been done to put an emphasis on the fact that subscriptions for messages are grouped by an analysis identifier.

Also adds existence checks before adding a message subscription. When an analysis does not exist on the central side (hub) then the client must not be able to add a message subscription.
This is done because there won't be any incoming messages if for an analysis if it does not exist in the first place.

Adjusts the endpoint used for message subscriptions. Bases it off of
an analysis which moves the analysis identifier from the request body
to the actual URL.
This has been done to put an emphasis on the fact that subscriptions
for messages are grouped by an analysis identifier.

Also adds existence checks before adding a message subscription. When
an analysis does not exist on the central side (hub) then the client
must not be able to add a message subscription.
This is done because there won't be any incoming messages if for an
analysis if it does not exist in the first place.
@DiCanio DiCanio added enhancement New feature or request javascript Pull requests that update Javascript code labels Mar 25, 2024
@DiCanio DiCanio self-assigned this Mar 25, 2024
@DiCanio DiCanio merged commit 79c071a into develop Mar 25, 2024
6 checks passed
@DiCanio DiCanio deleted the feature/71-revise-subscription-endpoint branch March 25, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Revise Subscription Endpoint
1 participant